Apply Version Updates From Current Changes#1722
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
6ad4f29 to
ca2ccad
Compare
b70a68a to
f583737
Compare
Contributor
|
|
1 task
f583737 to
72abb02
Compare
9fe4581 to
bd9a312
Compare
c5cdfe5 to
2c12189
Compare
2c12189 to
0d55887
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version Updates
Merging this PR will release new versions of the following packages based on your change files.
wry
[0.56.0]
145b36f (refactor!: remove unsafe impl Send and Sync on
NewWindowOpener#1736) Remove Send, Sync bounds from NewWindowOpener.9d0a9fe (feat: Implements
WebViewExtWindows::hwndandInnerWebView::hwndhandler #1712) On Windows, AddWebViewExtWindows::hwndgetter to access the child HWND containing the webview.5bdda32 (perf(macOS): avoid copying large protocol bodies #1719) On macOS, avoid an extra copy for owned custom protocol response bodies by transferring the body buffer into
NSData.6ef93b3 (Rescope unsafe fn blocks #1737) On macOS, updated
objc2-*dependencies to 0.3.29f9a237 (feat: add permission handler API across webview backends #1654) Add an expanded permission handling API for WebView2, WKWebView, WebKitGTK, and Android.
This includes:
PermissionKindexpansion:DisplayCapture,Midi,Sensors,MediaKeySystemAccess,LocalFonts,WindowManagement,PointerLock,AutomaticDownloads,FileSystemAccess,Autoplay.PermissionResponse::Promptto trigger native system dialogs.onPermissionRequestinRustWebChromeClient).CameraAndMicrophoneresolved from individual responses.DisplayCapturedetection for WebKitGTK < 2.42 (getDisplayMedia fix).COREWEBVIEW2_PERMISSION_KINDvalues.86ac6e8 (chore(deps): update rust crate dom_query to 0.28.0 #1732) Updated
dom_querydependency to 0.28.010fdf73 (feat(windows): add
with_profile_namefor WebView2 multi-profile support #1738) On Windows, addWebViewBuilderExtWindows::with_profile_nameto opt the webview into a named WebView2 profile. Webviews with different profile names within the same environment have isolated cookies, storage, IndexedDB, and cache while sharing the runtime — matching WebView2's documented multi-profile pattern.